encoding/binary.bigEndian.PutUint64 (method, view implemented interface methods)
6 uses
encoding/binary (current package)
binary.go#L191: func (bigEndian) PutUint64(b []byte, v uint64) {
encoding/base64
base64.go#L537: binary.BigEndian.PutUint64(dst[n:], dn)
crypto/internal/hpke
hpke.go#L256: binary.BigEndian.PutUint64(b[0:], u.hi)
hpke.go#L257: binary.BigEndian.PutUint64(b[8:], u.lo)
github.com/google/uuid
version6.go#L42: binary.BigEndian.PutUint64(uuid[0:], uint64(now))
vendor/golang.org/x/crypto/sha3
shake.go#L72: binary.BigEndian.PutUint64(b[1:], value)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |